Inform 7.0 cookbook by TempodiBasic

Imagemap
Inform 7.0 cookbook
by TempodiBasic Interface Inform interface in which you can edit p ... Toolbar Inform Toolbar from which you can take t ... Label control that shows a text TextBox control that takes user's input type PasswordField: if true it masks with a c ... Caption to show text in Textbox before u ... Mask: 0 for each digit to input, any oth ... RawText$ returns only digits taken from  ... Text(textbox) returns digits plus HelpTe ... Min Max specify min/max number of charac ... NumberTextbox control that takes user's numeric input  ... No exponential numeric input Checkbox control that activates/disactivates a ta ... Radiobutton control that activates/disactivates a ta ... Listbox control that shows and manages a list of ... DropDownListBox control that shows and manages a list of ...  theItem% = Control(DropdownList1).Value ...  theItem$ = GetItem(DropdownList1, thisI ... TrackBar/Slider  control that shows a progression of the ... ProgressBar  control that shows a progression of the ... PictureBox control that creates a graphic panel/are ... Frame control that create a panel to group oth ... Toggle Switch control that activates/disactivates a ta ... Button  control that can be clicked to perform  ... Menu a system to create menu for window of th ... how to create menu? 1. right click on th ... 2. Edit your menu typing and using comma ... Q&A How to set/change focus after an user in ... Must an application made by Inform be ad ... How can I force FrameRate? How do I select an hidden control in the ... How can I manage keyboard's input  overc ... How can I make control's array? How can I know if mouse is out or on a c ... Why cannot I set Hotkey on runtime? Is possible to use HotKeys? How can I show special characters like t ... Can I use image/icon for Button or MenuI ... How can I poll mouse's information in In ... How can I do MessageBox? How can I resize Screen by code? Bugs & Issue Inform 7.0 Inform 8.0
hide

Inform 7.0 cookbook

by TempodiBasic

hide
Interface
hide
Toolbar
hide
Inform Toolbar from which you can take the control to draw on the form
hide
Label
hide
TextBox
hide
NumberTextbox
hide
Checkbox
hide
Radiobutton
hide
Listbox
hide
DropDownListBox
hide

Q&A

hide
Bugs & Issue